@charset "utf-8";
.head-container {
  width: 100%;
  background: #0d498e;
  z-index: 10;
}
.head {
  width: 1200px;
  margin: 0 auto;
  height: 184px;
}
.logo {
  margin-top: 27px;
}
.search {
  width: 280px;
}
.language {
  margin-top: 16px;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
}
.language a {
  float: right;
  padding: 0 10px;
  color: #fff;
}
.language a:hover {
  color: #5774a3;
}
.search-box {
  margin-top: 15px;
  width: 280px;
  background: #FFF;
  height: 31px;
}
.nav-t {
  float: left;
  margin-top: 20px;
  line-height: 42px;
  width: 100%;
  padding-left: 10px;
}
.nav-t > li {
  position: relative;
  float: left;
  text-align: center;
  z-index: 10;
}
.nav-t > li > a {
  display: block;
  padding: 0 11px;
  line-height: 42px;
  font-size: 19px;
  color: #fff;
  transition: all .5s;
}
.nav-t > li > a::before {
  position: absolute;
  content: '';
  left: 50%;
  width: 0;
  height: 2px;
  line-height: 2px;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.nav-t .lt {
  padding: 0 12px;
}
.nav-t > li:hover > a {
 *border-top:2px solid #fff;
  border-top: 2px solid #fff\9;
}
:root .nav-t > li:hover > a {
  border-top: none;
}
.nav-t > li:hover > a::before {
  left: 0;
  width: 100%;
}
.nav-t .drop-menu {
  position: absolute;
  left: 0;
  top: 42px;
  /*width:150px;*/
  min-width: 100px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
}
.nav-t .drop-menu > li {
  line-height: 34px;
}
.nav-t .drop-menu a:hover {
  color: #fff;
}
.nav-t .drop-menu a {
  display: block;
  /*width:150px;*/
  min-width: 100px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #0d498e;
  /* border-bottom:1px solid #798fb4;*/
  background: #fcfafa;
  background: #fff;
  background: rgba(252,250,250,0.9);
  white-space: nowrap;
  padding: 0 10px;
}
.nav-t .drop-menu a:hover {
  background: #0262d2;
  background: rgba(2,98,210,0.9);
  color: #fcfafa;
}
/* è½????*/
.banner-container {
  position: relative;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}
.banner {
  position: absolute;
  width: 500%;
}
.banner li {
  position: relative;
  float: left;
  width: 20%;
  height: 100%;
}
.banner img {
  width: 100%;
}
.banner .text-box {
  position: absolute;
  width: 1200px;
  bottom: 24px;
  left: 50%;
  margin-left: -600px;
display:none;
}
.banner .text {
  width: 930px;
  height: 66px;
  padding-left: 28px;
  padding-right: 24px;
  line-height: 66px;
  font-size: 26.76px;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}
.dot-box {
  position: absolute;
  bottom: 48px;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
}
.dot-box .dots {
  margin-right: 18px;
}
.dot-box .dot {
  float: left;
  width: 18px;
  height: 18px;
  margin-left: 16px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.dot-box .dot.active {
  background: #e00000;
}
/* ??? */
.content-container {
  position: relative;
  height: 420px;
  padding-top: 10px;
  background: url(/_upload/tpl/06/58/1624/template1624/list_faculty_zs/index_res/bk_center.png) no-repeat;
  background-size: 100% 100%;
}
.msg-modal {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 99;
}
.msg-modal span {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 11px;
  right: 11px;
  background: url(/_upload/tpl/06/58/1624/template1624/list_faculty_zs/index_res/x.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
/* ä¸»è???? */
.content-main {
  width: 700px;
  padding-left: 5px;
}
.content-main .header {
  line-height: 50px;
}
.content-main .header h3 {
  font-size: 22px;
  font-weight: 600;
  color: rgb(13, 73, 142);
}
.content-main .header a {
  /*  margin-right:43px;*/
  font-size: 12px;
  color: #939393;
}
.content-main .header a:hover {
  color: #5774a3;
}
.content-main .items li {
  height: 39px;
  line-height: 39px;
  font-size: 0;
}
.content-main .items .time {
  display: inline-block;
  width: 120px;
  height: 28px;
  margin-right: 16px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  background: #0d498e;
  border-radius: 20px;
}
.content-main .items .item {
  display: inline-block;
  width: 560px;
  height: 21px;
  line-height: 21px;
  vertical-align: middle;
  font-family: 'Microsoft YaHei Regular', 'Microsoft YaHei';
  font-size: 16px;
}
.content-main .items .item:hover {
  color: #5774a3;
}
/* ?¶ä???? */
.content-aside {
  width: 470px;/*  padding-left:5px;*/
}
.content-aside .header {
  line-height: 50px;
}
.content-aside .header h3 {
  font-size: 22px;
  font-weight: 600;
}
.content-aside .header a {
  font-size: 12px;
  color: #939393;
}
.content-aside .header a:hover {
  color: #5774a3;
}
.content-aside .items li {
  height: 75px;
}
.content-aside .item {
  width: 395px;
}
.content-aside .time {
  margin: 4px 18px 17px 0;
}
.content-aside .time .day {
  width: 54px;
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: #09458a;
}
.content-aside .time .year-month {
  width: 54px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  background: #013066;
  color: #fff;
}
.content-aside .item a {
  display: block;
  height: 30px;
  line-height: 21px;
  font-size: 16px;
  font-family: 'Microsoft YaHei Regular', 'Microsoft YaHei';
  word-break: break-all;
  overflow: hidden;
}
.content-aside .item a:hover {
  color: #5774a3;
}
.content-aside .item .item-time, .content-aside .item .place {
  font-size: 12px;
  color: #666666;
  line-height: 28px;
}
.content-aside .item .item-time {
  padding-left: 4px;
  padding-right: 12px;
}
/* ??±»?????*/
.grid-container {
  width: 100%;
  background: url('/_upload/tpl/06/58/1624/template1624/list_faculty_zs/index_res/bk_bottom.png') no-repeat;
  background-size: 100% 100%;
background: #0d498e;
}
.grid {
  width: 1200px;
  margin: 0 auto;
  /* padding:37px 0 17px;*/
  padding: 20px 0 0;
}
.grid-row li {
  float: left;
  /* width:184px; */
  width: 143px;
  /* height:156px; */
  height: 30px;
  margin-right: 65px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
    line-height: 30px;
}
.grid-row li a {
  display: block;
  height: 100%;
  background: #fff;
  overflow: hidden;
}
.grid-row li a img {
  display: block;
  margin: 35px auto 20px;
}
.grid-row li a span {
  display: block;
  text-align: center;
  color: #323232;
}
.grid-row li .icon-img {
  width: 64px;
  height: 60px;
  margin: 30px auto 13px;
  background-size: 633px 120px;
}
.grid-row li .gd_0 {
  background: url('/_upload/tpl/06/58/1624/template1624/list_faculty_zs/index_res/icons_.png') no-repeat;
  background-position: 0 -60px;
}
.grid-row li .gd_1 {
  background: url('/_upload/tpl/06/58/1624/template1624/list_faculty_zs/index_res/icons_.png') no-repeat;
  background-position: -64px -60px;
}
.grid-row li .gd_2 {
  background: url('/_upload/tpl/06/58/1624/template1624/list_faculty_zs/index_res/icons_.png') no-repeat;
  background-position: -636px -60px;
}
.grid-row li .gd_3 {
  background: url('/_upload/tpl/06/58/1624/template1624/list_faculty_zs/index_res/icons_.png') no-repeat;
  background-position: -128px -60px;
}
.grid-row li .gd_4 {
  background: url('/_upload/tpl/06/58/1624/template1624/list_faculty_zs/index_res/icons_.png') no-repeat;
  background-position: -192px -60px;
}
.grid-row li .gd_5 {
  background: url('/_upload/tpl/06/58/1624/template1624/list_faculty_zs/index_res/icons_.png') no-repeat;
  background-position: -256px -60px;
}
.grid-row li .gd_6 {
  background: url('/_upload/tpl/06/58/1624/template1624/list_faculty_zs/index_res/icons_.png') no-repeat;
  background-position: -313px -60px;
}
.grid-row li .gd_7 {
  background: url('/_upload/tpl/06/58/1624/template1624/list_faculty_zs/index_res/icons_.png') no-repeat;
  background-position: -374px -60px;
}
.grid-row li .gd_8 {
  background: url('/_upload/tpl/06/58/1624/template1624/list_faculty_zs/index_res/icons_.png') no-repeat;
  background-position: -448px -60px;
}
.grid-row li .gd_9 {
  background: url('/_upload/tpl/06/58/1624/template1624/list_faculty_zs/index_res/icons_.png') no-repeat;
  background-position: -510px -60px;
}
.grid-row li .gd_10 {
  background: url('/_upload/tpl/06/58/1624/template1624/list_faculty_zs/index_res/icons_.png') no-repeat;
  background-position: -572px -60px;
}
.grid-row li .gd_11 {
  background: url('/_upload/tpl/06/58/1624/template1624/list_faculty_zs/index_res/icons_.png') no-repeat;
  background-position: -700px -60px;
}
.grid-row li .blue {
  /*background:#9ac4f5;*/
  background: #0d498e;
}
.grid-row li .blue span {
  color: #fff;
}
.grid-row li a:hover {
  background: #09458b;
}
.grid-row li a:hover .icon-img {
  background-position-y: -60px;
}
.grid-row li a:hover span {
  color: #fff;
}
.grid-row li .blue:hover {
  background: #fff;
}
.grid-row li .blue:hover span {
  color: #323232;
}
.grid-row li .blue:hover .icon-img {
  background-position-y: 0;
}
/* news */
.news-container {
  width: 100%;
  /*height:406px;*/
  height: 430px;
  background: #fff;
}
.news {
  width: 1200px;
  margin: 0 auto;
  /*padding-top:26px;*/
  padding-bottom: 44px;
}
.news .header {
  line-height: 59px;
}
.news .header h3 {
  font-size: 22px;
  font-weight: 600;
  color: rgb(13, 73, 142);
}
.news .header a {
  font-size: 12px;
  color: #939393;
}
.news .header a:hover {
  color: #5774a3;
}
.news-main {
  box-sizing: border-box;
  width: 700px;
  padding-left: 6px;
}
.news-main .items li {
  float: left;
  width: 220px;
  margin-right: 10px;
}
.news-main .items .i-link {
  display: block;
  height: 123px;
  /*margin:15px 0 17px 0;*/
  overflow: hidden;
  margin: 0px 0 17px 0;
}
.news-main .items img {
  width: 100%;
  height: 100%;
  transition: transform .5s;
  -webkit-transition: -webkit-transform .5s;
  transform-origin: center center;
  -webkit-transform-origin: center center;
}
.news-main .items img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.news-main .items .link-box {
  height: 60px;
  word-break: break-all;
  overflow: hidden;
}
.news-main .items .link {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.news-main .items .link:hover {
  color: #5774a3;
}
.news-main .items .time {
  line-height: 21px;
  color: #888888;
  font-size: 14px;
  margin-top: 4px;
}
.news-aside {
  box-sizing: border-box;
  width: 470px;
}
.news-aside .pic {
  box-sizing: border-box;
  /*margin:13px 7px 14px 16px;*/
  margin: 0 7px 14px 0;
  overflow: hidden;
}
.news-aside .pic img {
  width: 80px;
  height: 106px;
  transform-origin: center center;
  transition: transform .5s;
  -webkit-transition: -webkit-transform .5s;
}
.news-aside .pic:hover > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.news-aside .text {
  width: 370px;
 *width:210px;
  /*padding-top:15px;*/
  padding-top: 0px;
  word-break: break-all;
}
.news-aside .text-h {
  height: 23px;
}
.news-aside .text-h a {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  font-weight: normal;
}
.news-aside .text-h a:hover {
  color: #5774a3;
}
.news-aside .text .more {
  position: relative;
  height: 42px;
  margin-top: 7px;
  padding-left: 6px;
  font-size: 12px;
  line-height: 21px;
  color: #b4b4b4;
  overflow: hidden;
text-align:left;
}
.news-aside .text .more a {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #5774a3;
}
.news-aside .text .time {
  margin-top: 8px;
  padding-left: 6px;
  line-height: 21px;
  font-size: 14px;
  color: #888888;
}
.news-aside .event {
  margin-top: 6px;
  padding: 0 14px;
}
.news-aside .event a {
  display: block;
  line-height: 29px;
  font-size: 16px;
  color: #333;
}
.news-aside .event a:hover {
  color: #5774a3;
}
.news-aside .event .time {
  line-height: 21px;
  font-size: 14px;
  color: #888888;
}
/* ?ºå? */
.place-container {
  background: #fff;
  /*padding:38px 0 41px;*/
  padding: 20px 0 20px;
}
.place {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
}
.place li {
  float: left;
  /* width:232px; */
    /* height:96px; */
  width: 192px;
  height: 75px;
  margin-right: 8px;
}
.place li.last {
  margin-right: 0;
}
.place li a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.place li img {
  width: 100%;
  height: 100%;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  transition: transform .5s;
  -webkit-transition: -webkit-transform .5s;
}
.place li a:hover span {
  display: block;
}
.place li a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.place li span {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 96px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
/* åº??ï¼??é¢????*/
.footer-container {
  height: 887px;
}
.bk-container {
  height: 680px;
  background: url('/_upload/tpl/06/58/1624/template1624/list_faculty_zs/index_res/bk_video.jpg') no-repeat;
  background-position: center top;
  background-size: cover;
}
/* è§???¨å? */
.vcontent-container {
  width: 100%;
  min-width: 1200px;
  height: 680px;
  background: rgba(0,0,0,0.4);
  filter: alpha(opacity=50);
}
.vcontent {
  width: 1200px;
  padding-top: 73px;
  margin: 0 auto;
}
.vcontent h3 {
  font-size: 28.22px;
  line-height: 72px;
  color: #fff;
  text-align: center;
}
.vcontent h4 {
  color: #fff;
  font-size: 21.84px;
  line-height: 68px;
  text-align: center;
}
.vcontent .play {
  margin: 58px 0;
  text-align: center;
}
.vcontent .play span {
  display: inline-block;
  width: 72px;
  height: 71px;
  background: url('/_upload/tpl/06/58/1624/template1624/list_faculty_zs/index_res/play.png');
  cursor: pointer;
}
.vcontent .data li {
  float: left;
  width: 25%;
  text-align: center;
}
.vcontent .c-data {
  height: 0;
 *display:none;
  overflow: hidden;
}
.vcontent .c-data.d-active {
  height: 185px;
 *display:block;
}
.vcontent .c-data .data-title {
  font-size: 16px;
  color: #fff;
  line-height: 83px;
  opacity: 0;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
}
.vcontent .c-data.d-active .data-title {
  opacity: 1;
}
.vcontent .c-data .data-count {
  font-size: 16px;
  color: #fff;
}
.vcontent .c-data .data-count span {
  position: relative;
  top: -100px;
  opacity: 0;
  transition: opacity 1.5s, top 1.5s;
  -webkit-transition: opacity 1.5s, top 1.5s;
}
.vcontent .c-data.d-active .data-count span {
  top: 0;
  opacity: 1;
}
.vcontent .data-count span {
  line-height: 102px;
  font-size: 42px;
  font-weight: bold;
}
/* foot?¨å? */
.foot-container {
  width: 100%;
  height: 208px;
  background: #0d498e;
  clear: both;
}
.foot {
  /*width: 1200px;*/
  margin: 0 auto;
  padding-top: 25px;
}
.foot .logo-f {
  margin-right: 161px;
}
.foot .info {
  width: 228px;
  margin-right: 225px;
}
.foot .info li {
  line-height: 35px;
  font-size: 14px;
  color: #fff;
}
.foot .info img {
  padding-right: 10px;
}
/* copyright */
.copyright {
  margin-top: 20px;
  line-height: 57px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-top: 1px solid #255891;
}
.copyright a {
  color: #fff;
  font-size: 14px;
}
.copyright a:hover {
  color: #aaa;
}
.copyright .lt {
  padding: 0 12px;
}
/* video-modal */
.video-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999;
  display: none;
}
.video-modal .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 58px;
  height: 58px;
  overflow: hidden;
  background: url('/_upload/tpl/06/58/1624/template1624/list_faculty_zs/index_res/video_close.png');
  cursor: pointer;
}
.video-modal .modal-close:hover {
  background-position-y: -68px;
}
/* ?ºå? */
.come, .join {
  position: fixed;
  bottom: 20px;
  right: 0;
  /*width:15px;*/
  width: 35px;
  padding: 10px;
  background: #045dc7;
  z-index: 999;
}
.come:hover {
  background: #008;
}
.come a, .join a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.join {
  /*bottom:124px;*/
  bottom: 82px;
  background: #c78b04;
}
.join:hover {
  background: #ad7905;
}
.joinin {
  /*bottom:228px;*/
  bottom: 144px;
  background: #c59595;
}
.joinin:hover {
  background: #906e6e;
}
/* ------------detail --------------------------------------------- */
.main-container {
  width: 100%;
  background: #fff;
}
.main-container .main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.list-banner {
  width: 100%;
  min-width: 1200px;
}
.main .main-header {
  height: 66px;
  line-height: 66px;
  border-bottom: 1px solid #e0e0e0;
  padding-left: 35px;
  background: url(/_upload/tpl/06/58/1624/template1624/list_faculty_zs/home.png) left center no-repeat;
}
.main .main-header span, .main .main-header a {
  font-size: 16px;
  color: #333333;
}
.main .main-header span img, .main .main-header a img {
  width: 32px;
  height: 33px;
  vertical-align: top;
  margin-top: 18px;
 *margin-top:-5px;
}
.main .main-header a:hover span {
  color: #0d498e;
  text-decoration: underline;
}
.main .main-header .mark {
  vertical-align: top;
  margin-top: 28px;
 *margin-top:5px;
}
.main-content {
  padding-bottom: 115px;
  overflow: visible;
}
.main-content .nav {
  position: relative;
  top: -93px;
  float: left;
  width: 302px;
}
.main-content .nav .nav-title {
  width: 100%;
  height: 88px;
  line-height: 88px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background: #b01f24;
  border-top: 5px solid #0d498e;
  background: #000;
  background: rgba(0, 0, 0, 0.4);
}
.main-content .list {
  float: right;
  width: 861px;
}
.main-content .list-items li {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #b4b4b4;
}
.main-content .list-items li a {
  line-height: 28px;
  font-size: 16px;
  color: #333333;
}
.main-content .list-items li a:hover {
  color: #0d498e;
}
.main-content .list-items li span {
  float: left;
  vertical-align: top;
  width: 6px;
  height: 6px;
  margin: 10px 15px 0 10px;
  background: #1c5eda;
  border-radius: 50%;
}
.main-content .list-items li i {
  position: absolute;
  right: 8px;
  bottom: 18px;
  font-size: 16px;
  color: #999999;
  font-style: normal;
}
.main-content .pagations {
  margin-top: 44px;
  float: right;
  margin-right: 109px;
}
.main-content .pagations i {
  float: left;
  color: #666666;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #e3e3e3;
  background: #eeeeee;
  font-style: normal;
}
.main-content .pagations .a2 {
  background: #0d498e;
  color: #fff;
}
.main-content .pagations form > span {
  float: left;
  margin-left: 7px;
  border: 1px solid #e3e3e3;
  background: #eeeeee;
}
.main-content .pagations form > span a {
  display: block;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #666666;
}
.main-content .pagations form > span:hover {
  background: #0d498e;
  border-color: #0d498e;
}
.main-content .pagations form > span:hover a {
  color: #fff;
}
.main-content .pagations .all {
  width: 50px;
}
.main-content .pagations .home {
  width: 60px;
}
.main-content .pagations .prev {
  width: 50px;
}
.main-content .pagations .page {
  width: 29px;
  background: #fff;
}
.main-content .pagations .page.in {
  width: 34px;
  background: #b01f24;
  border-color: #b01f24;
}
.main-content .pagations .page.in a {
  color: #fff;
}
.main-content .pagations .next {
  width: 50px;
}
.main-content .pagations .last {
  width: 60px;
}
.main-content .pagations .pagations-input {
  float: left;
  margin-right: 40px;
  margin-left: 25px;
  line-height: 28px;
  color: #666666;
  font-size: 14px;
  border: none;
  background: transparent;
}
.main-content .pagations .pagations-input input {
  width: 53px;
  height: 28px;
  text-align: center;
  background: #fff;
  outline: none;
  border: 1px solid #e3e3e3;
}
.main-content .pagations .pagations-input .a1:hover {
  color: #0d498e;
  cursor: pointer;
  text-decoration: underline;
}
/* collapse-menu */
.collapse-menu {
  width: 100%;
  height: 100%;
  padding: 0;
}
.collapse-menu > li {
  list-style-type: none;
  position: relative;
  cursor: pointer;
 *position: static;;
}
.collapse-menu > li h6 {
  margin: 0;
  line-height: 50px;
  padding: 0 20px;
  color: #444444;
  font-size: 18px;
  background: #f9f9f9;
  text-align: center;
  border-bottom: 1px solid #e5e4e4;
  border-left: 5px solid #e0e0e0;
}
.collapse-menu .m-active h6 {
  font-weight: 600;
  background: #ffffff;
  color: #0d498e;
  border-left: 5px solid #0d498e;
}
.collapse-menu > li > img {
  position: absolute;
  line-height: 50px;
  right: 20px;
  top: 18px;
}
.collapse-menu .m-active .arrow_r {
  display: none;
}
.collapse-menu > li .arrow_r_a {
  display: none;
}
.collapse-menu .m-active .arrow_r_a {
  display: block;
}
/* collapse-items */
.collapse-menu .collapse-items {
  height: 0;
  padding: 0;
  overflow: hidden;
  border-left: 5px solid #e0e0e0;
}
.collapse-menu .collapse-items li {
  list-style-type: none;
  padding: 0 10px;
  /* height: 50px; */
  line-height: 50px;
  background: #fff;
  border-bottom: 1px solid #e7e7e7
}
.collapse-menu .collapse-items li:hover {
  background: #eee;
}
.collapse-items- {
  display: none;
}
.collapse-menu .collapse-items a {
  text-decoration: none;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  color: #555555;
}
.collapse-menu .collapse-items a:hover {
  color: #0d498e;
}
.collapse-menu .collapse-items a img {
  margin-left: 25px;
  margin-top: 18px;
  margin-right: 5px;
  vertical-align: top;
  width: 25px;
  height: 16px;
}
.content-pagation {
  padding-top: 50px;
}
.content-pagation img {
  max-width: 800px;
}
.content-pagation h2 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  text-align: center;
}
.content-pagation h3 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  padding-top: 15px;
  text-align: center;
}
.content-pagation .info {
  margin-top: 25px;
  text-align: center;
  font-size: 14px;
  color: #888888;
  margin-bottom: 50px;
}
.content-pagation .info img {
  vertical-align: top;
  margin-top: 1px;
}
.content-pagation p {
  margin-top: 15px;
  line-height: 30px!important;
  font-family: 'Microsoft YaHei'!important;
}
.content-pagation * {
  font-family: 'Microsoft YaHei'!important;
  line-height: 30px!important;
}
.content-pagation ._img {
  margin-top: 37px;
  text-align: center;
}
.scan img {
  width: 100px;
}
.list-items p {
  line-height: 27px!important;
  font-family: 'Microsoft YaHei'!important;
}
.content-aside .xxsp li {
  height: auto;
  line-height: 44px;
  font-size: 0;
  margin-bottom: 0px;
  position: relative;
}
.content-aside .xxsp .time {
  /*  display: inline-block;
    width: 90px;
    height: 25px;
     margin:0;
    margin-right: 16px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    background: #0d498e;
    border-radius: 20px; */
  position: absolute;
  color: #888;
  margin: 0;
  font-size: 14px;
  right: 120px;
  bottom: 10px;
}
.content-aside .xxsp .images {
  display: inline-block;
  width: 150px;
  height: 120px;
  margin: 5px 10px 20px 0;
  vertical-align: top;
}
.content-aside .xxsp .item {
  display: inline-block;
  width: 225px;
  line-height: 25px;
  vertical-align: middle;
  font-family: 'Microsoft YaHei Regular', 'Microsoft YaHei';
  font-size: 16px;
}
.content-aside .xxsp .aone {
  width: 175px;
  padding-top: 5px;
}
.content-aside .more {
  position: absolute;
  bottom: 30px;
  right: 35px;
  font-size: 12px;
  color: #0d498e;
}
.content-aside .more:hover, .content-aside .xxsp .item:hover {
  color: #5774a3;
}
._video-container video {
  width: 100%;
}
._video-wrapper {
  display: none;
}
.cg-main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  min-height: 500px;
}
.qx {
  width: 410px;
  margin: 0 auto;
  padding: 50px 0;
  color: #f00;
  font-size: 16px;
  font-weight: bold;
}
.lmenu-header {
  height: 93px;
  padding: 0 35px;
  font-size: 30px;
  color: #fff;
  background: #0d498e;
  background-size: 100% 100%;
  overflow: hidden;
}
.lmenu-header .title {
  margin-top: 15px;
}
.lmenu-header .line {
  width: 30px;
  height: 2px;
  margin-top: 15px;
  background: #fff;
}
.lmenu_ {
  padding-left: 20px;
  padding-bottom: 40px;
  background: url("/_upload/tpl/06/58/1624/template1624/list_faculty_zs/index_res/menubk.png") no-repeat;
  background-size: 100% 100%;
}
.lmenu_ .lmenu_li {
  position: relative;
  line-height: 54px;
}
.lmenu_ .lmenu_a {
  position: relative;
  display: block;
  height: 65px;
  line-height: 65px;
  padding-left: 43px;
  font-size: 18px;
  color: #444444;
  border: 1px solid #eee;
  border-top: none;
  border-bottom: 1px solid transparent;
}
.lmenu_ .lmenu_a i {
  position: absolute;
  left: 21px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background: #0d498e;
  display: none;
}
.lmenu_ .lmenu_span {
  position: absolute;
  right: 10px;
  top: 14px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  font-size: 25px;
}
.lmenu_ .lmenu_span .img_ {
  color: #747576;
  display: none;
}
.lmenu_ .lmenu_span .img__ {
  color: #747576;
}
.lmenu__ {
  display: none;
  overflow: visible;
}
.lmenu__ .lmenu__a {
  display: block;
  height: 55px;
  line-height: 55px;
  padding-left: 43px;
  font-size: 14px;
  color: #555555;
  border-top: none;
}
.lmenu__ .lmenu__a:hover {
  background: #efefff;
}
.lmenu__ .lmenu__a img {
  margin-left: 50px;
  margin-right: 6px;
  margin-top: 15px;
}
.lmenu_ .lmenu_li.selected {
  background: #fff;
}
.lmenu_ .lmenu_li.selected .lmenu_a {
  border-bottom: 1px solid #e7e7e7;
  color: #0d498e;
}
.lmenu_ .lmenu_li.selected .lmenu_a i {
  display: block;
}
.lmenu_ .lmenu_li.selected .lmenu_a i {
  display: block;
}
.lmenu_ .lmenu_li.selected .img_ {
  display: inline-block;
}
.lmenu_ .lmenu_li.selected .img__ {
  display: none !important;
}
.lmenu_li.selected .lmenu__ {
  display: block;
}
.vright {
  display: inline-block;
  width: 300px;
  font-size: 16px;
}
.vright .title_ {
  line-height: 30px;
}
.vright .title_ a:hover {
  color: #5774a3;
}
.vright .info_ {
  font-size: 12px;
  line-height: 30px;
  color: #666
}
.vright .more_ {
  color: #008;
  line-height: 30px;
}
.vright .more_ a {
  color: #5774a3;
  font-size: 12px;
}
.mod_top {
  width: 100%;
  float: left;
}
.mod_nav {
  width: 100%;
  float: left;
}
.copyright .mod_foot1 span {
  margin: 0px 5px;
}
.mod_foot1 {
  text-align: center;
  float: left;
}
.mod_foot {
  width: 1200px;
  margin: 0 auto;
}
.foot2 {
  margin-left: 265px;
}
#keyword {
  background: none;
  border: none;
  color: #817779;
  padding-left: 15px;
  height: 31px;
  line-height: 31px;
  width: 222px !important;
}
.wp_search .search {
  background: url(/_upload/tpl/06/58/1624/template1624/list_faculty_zs/search.png) center no-repeat;
  width: 43px;
  height: 31px;
}
.WP_VisitCount {
  display: inline-block !important;
}
.siteCounter5 span {
  border: none;
  color: #FFF;
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
}
.possplit {
  background: url(/_upload/tpl/06/58/1624/template1624/list_faculty_zs/weizhi.png) center no-repeat;
  width: 22px;
}
#wp_listcolumn_w13 {
  background: url(/_upload/tpl/06/58/1624/template1624/list_faculty_zs/index_res/menubk.png) no-repeat;
  background-size: 100% 100%;
}
.wp_listcolumn {
  border: none;
  padding-bottom: 40px;
}
.wp_listcolumn .wp_column a.selected {
  background: url(/_upload/tpl/06/58/1624/template1624/list_faculty_zs/list_sie.jpg) no-repeat;
  color: #0d498e;
}
.wp_listcolumn .wp_column a:hover {
  background: url(/_upload/tpl/06/58/1624/template1624/list_faculty_zs/list_sie.jpg) no-repeat;
  color: #0d498e;
}
.wp_listcolumn .wp_column a.parent {
  background: url(/_upload/tpl/06/58/1624/template1624/list_faculty_zs/list_sie.jpg) no-repeat;
  color: #0d498e;
}
.wp_listcolumn .wp_column a {
  font-size: 18px;
  color: #444444;
  font-weight: 500;
  border: 1px solid #eee;
  border: none;
  background: none;
}
.wp_listcolumn .wp_column {
}
.wp_listcolumn .wp_subcolumn .wp_column {
  padding-left: 0px;
}
.wp_listcolumn .wp_subcolumn {
  border: none;
}
.wp_listcolumn .wp_subcolumn .wp_column a {
  background: #fff;
  font-size: 14px;
  color: #555555;
  border: none;
}
.wp_listcolumn .wp_subcolumn .wp_column a:hover {
  background: #efefff;
  color: #555555;
}
.wp_listcolumn .wp_subcolumn .wp_column a.selected {
  background: #fff;
  color: #555555;
}
.wp_listcolumn .wp_column a .column-name {
  line-height: 66px;
  padding: 0px 0px 0px 45px;
}
.wp_listcolumn .wp_subcolumn .wp_column a .column-name {
  line-height: 55px;
  padding-left: 43px;
}
.text-x a {
    color: #5774a3;
}
.text-x {
    float: right;
    font-size: 12px;
    line-height: 42px;
}
li.xrld_li {
    width: 50%;
    border-bottom: 1px solid #ededed !important;
    overflow: hidden;
    float: left;
    height: 500px;
    padding-top: 40px;
    height: 230px;
}
.thumb1 {
    width: 213px;
    height: 276px;
    float: left;
    overflow: hidden;
    background: url(/_upload/tpl/06/58/1624/template1624/list_faculty_zs/../htmlRes/imgbg.png) no-repeat center;
}
.thumb1 img {
    width: 177px;
    height: 236px;
    margin: 14px 0px 0 15px;
}
.info {
    margin-left: 145px;
    margin-right: 0px;
    padding-top: 5px;
    text-align: left;
}
p.title {
    font-size: 16px;
    color: #003e87;
    /* margin-bottom: 20px; */
    margin-bottom: 10px;
    font-weight: bold;
    display: inline-block;
}
.xrld_p {
    font-size: 12px;
    color: #000;
    line-height: 22px;
    /* margin-bottom: 15px; */
    margin-bottom: 5px;
    line-height: 22px !important;
display: block;
}
p.zhiwu.xrld_p {
    display: inline-block;
margin-left:10px;
}
bp.pc {
    font-weight: bold;
}

/*ul.conbox li{width: 100%;border-bottom: 1px solid #ededed;padding: 20px; box-sizing: border-box;overflow:hidden;}*/
ul.conbox{overflow:hidden;}
ul.conbox li{width: 50%;border-bottom: 1px solid #ededed;overflow:hidden;float:left;height:500px;padding-top:40px;height:230px;}
ul.conbox li a .thumb1{width: 213px;height: 276px;float: left;overflow: hidden;background: url(/_upload/tpl/06/58/1624/template1624/list_faculty_zs/../images/imgbg.png) no-repeat center;}
ul.conbox li a .thumb1 img{width:177px;height:236px;margin:14px 0px 0 15px;}
ul.conbox li a .thumb2{    
  width: 140px;
    height: 173px;
    float: left;
    overflow: hidden;
    background: url(/_upload/tpl/06/58/1624/template1624/list_faculty_zs/../images/imgbg.png) no-repeat;
  background-size: 100% 100%;
}
ul.conbox li a .thumb2 img{
  width: 110px;
    height: 143px;
    margin: 11px 0px 0 13px;
}
/*ul.conbox li a .info{float: left;margin-left: 40px;padding-top: 5px;text-align: left;width: 565px;}*/
ul.conbox li a .info{
      margin-left: 145px;
    margin-right: 0px;
    padding-top: 5px;
    text-align: left;
}
ul.conbox li a .info h1{font-size: 16px;color: #003e87;/*margin-bottom: 20px*/margin-bottom: 10px;font-weight: bold;}
ul.conbox li a .info p{font-size: 12px;color: #000;line-height: 22px;/*margin-bottom:15px;*/margin-bottom:5px;}

ul.conbox li a .info p strong{font-weight: 600;}
.main-navbar{
    text-align: center;
}
.main-navbar-box{
    display:inline-block;
}
.main-navbar-box ul{
    overflow: hidden;
    /*margin:30px 0 0;*/
}
.main-navbar-box ul li{
    float:left;
    width:150px;
    height:42px;
    margin:30px 10px 0;
    border:1px solid #cacaca;
}
.main-navbar-box ul li a{
    display:block;
    width:100%;
    height:42px;
    line-height: 42px;
    text-align: center;
}
.main-navbar-box ul li a:hover{
    background:#0d498e;
    border-color:#0d498e;
    color:#fff;
}

.teachers-c {
  padding: 20px 0;
  overflow: hidden;
}
.teachers-c .col {
  float: left;
  width: 33.32%;
}
.teachers-c .img-box {
  display: block;
  width: 213px;
  height: 276px;
  margin: 0 auto;
  overflow: hidden;
  background: url("/_upload/tpl/06/58/1624/template1624/list_faculty_zs/../images/imgbg.png") no-repeat center;
}
.teachers-c .img-box img {
  display: block;
  width: 177px;
  height: 236px;
  margin: 14px 0px 0 15px;
}
.teachers-c .teachers-n {
  font-size: 20px;
  color: #003e87;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
.teachers-c .teachers-n a:hover {
  color: #008;
  text-decoration: underline;
}



.teacs-tab {
  border: 1px solid #f5f5f5;
  overflow: hidden;
}
.teacs-tab a {
  float: left;
  width: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f5f5f5;
}
.teacs-tab a.active {
  background: #fff;
  color: #c00;
}
.teacs-list .teacs-item {
  position: relative;
  padding: 0 35px;
  background: #f5f5f5;
  height: 40px;
  line-height: 40px;
  margin-bottom: 2px;
}
.teacs-list .teacs-item .cir {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #333;
  left: 20px;
  top: 50%;
  margin-top: -2px;
  border-radius: 50%;
}
.teacs-list .teacs-item .btn {
  position: absolute;
  top: 0;
  right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 25px;
  font-weight: 100;
  cursor: pointer;
}
.teacs-list .teacs-item .close {
  display: none;
}
.teacs-list .teacs-item-c {
  display: none;
  padding: 0 30px;
  overflow: hidden;
}
.teacs-list .teacs-item-c .teacs-list-item {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.teacs-list .teacs-item-c .teacs-list-item .a_ {
  float: left;
  width: 22%;
}
.teacs-list .teacs-item-c .teacs-list-item a {
  font-size: 14px;
}
.teacs-list .teacs-item-c .teacs-list-item .info_ {
  float: left;
  width: 26%;
}



.wp_subcolumn_list{position: relative;}
.wp_subcolumn_list .wp_sublist{margin-bottom: 2px;}
.wp_subcolumn_list .wp_sublist .sublist_title {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
border:none;
    z-index: 10;
    padding: 0 35px;}
.wp_subcolumn_list .wp_sublist .sublist_title a {
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: normal;
}
.wp_subcolumn_list .wp_sublist .sublist_title a.morelink {

    display: none;

}
.wp_subcolumn_list .wp_sublist .sublist_title a:hover {
    color: #000;
}

.bg{
			padding-top:20px;
			width: 830px;	
			font-family: "microsoft yahei";
                                                margin:0 auto;
			}
			.bg li{
				list-style: none;
				border-bottom: 1px solid #fff;
				overflow: hidden;
			}
			.bg .bg-title{
				border-bottom: 3px solid #fff;
				overflow: hidden;
			}
			.bg h4{
				margin: 0;
				background-color: #0D498E;
				color: #fff;	
			}
			
			.bg li div,.bg h4{
				display: table-cell;
                                    vertical-align: middle;
                                     /* float: left; */				
                                     text-align: center;
				border-right: 1px solid #fff;
				padding: 10px 0;		
                                    box-sizing: border-box;		
			}
			.bg .one{
				background-color: #0D498E;
				border-right: 3px solid #fff;
				width: 330px;
				color: #FFF;
			}
			.bg .two{
				width: 350px;
			}
			.bg .three{
				width: 150px;
			}
						.bg .js {
				background-color: #d9e2f3;
			}
			.bg .os{
				background-color: #d0dbf0;
			}






                           .tab-title{
				overflow: hidden;
                                     padding-top: 25px;
			}
			.tab-title li{
				list-style: none;
				width: 215px;
				float: left;
			}
			#jj-tab li a{
				display: block;
			    height: 49px;
			    line-height: 49px;
			    background: #e6e6e6;
			    color: #000;
			    font-size: 20px;
			    border-top: 1px solid #ededed;
			    text-align: center;
			}
			#jj-tab .on a {
			    color: #ffffff;
			    background: #0d498e;
			}
			#jj-tab .dn{
				display: none;
			}
.nav-t .drop-menu .drop-menu {
    display: none;
}
table#wskx li {
    list-style: disc !important;
}

.post-13 .news{padding:0;margin:58px 0;text-align:center;}

div#wp_news_w7 .items li {
    height: 39px;
    line-height: 39px;
    font-size: 0;
    width:700px;
}
div#wp_news_w7 .items .time {
    display: inline-block;
    width: 120px;
    height: 28px;
    margin-right: 16px;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    background: #0d498e;
    border-radius: 20px;
}

div#wp_news_w7 .items .item {
    display: inline-block;
    width: 560px;
    height: 21px;
    line-height: 21px;
    vertical-align: middle;
    font-family: 'Microsoft YaHei Regular', 'Microsoft YaHei';
    font-size: 16px;
}